Converts this instance to a read only typed buffer.
シンタックス
'宣言
Public Overloads Function ToArray(Of As {New, Struct})() As
public ToArray<>()
where T: new(), struct
型パラメータ
- T
- Type of a buffer element
戻り値の型
A readonly typed buffer.
例外
例外 | 解説 |
System.InvalidOperationException | DataPointer is Zero |
参照